#tasks_header  {
	width: 100%;
	height: auto;
}

#tasks_header .subnavbtn  {margin-top: 2px;}

#tasks_body  {
	width: 100%;
	height: auto;
	padding: 20px;
}

#tasks_left  {
	width: 50%;
	height: auto;
	float: left;
}

#tasks_right  {
	width: 50%;
	height: auto;
	float: left;
}                           

#addTask_modal .modal-main-no-sidebar  {
	padding: 0px;
	padding-top: 74px;
}

#tasks_body .label  {font-weight: 700;}

#id_tasks_status  {font-weight: 700; color: #e62600;}

.full_textarea  {
	width: 100%;
	height: auto;
	min-height: 200px;
}